Remove unused/legacy translation method from video block#37776
Remove unused/legacy translation method from video block#37776
Conversation
74e6134 to
2688000
Compare
|
@farhan As per my understanding the code removal is related to transcripts but the testing description you mentioned looks generic for video block running, it would be good if you attach some running transcript results. Otherwise i believe PR looks fine. Thanks
|
Thanks for the review, I have attached the screenshots of my testing on the local setup. |
Remove unused translation() method
Need of removing:
The removal of un-used methods will decouple the Video Block with the edx-platform or content store.
It will make the Video Block extraction to
xblocks-contribeasy. TicketHistory
Introduction of the method
translation()method in video_handlers.py was first introduced used in this PR here while implementing bumper videos functionality.Discountinue of the usage
While revamping the transcripts functionality in different phases it was removed in the PR here
Till then this method is unused, so this method and its relevant methods should be removed.
Testing Notes:
Testing Notes:
Here are the transcripts loading preview on the lms/studio/content-library